GLUTREMOVEOVERLAY(3) | Library Functions Manual (local) | GLUTREMOVEOVERLAY(3) |
NAME¶
glutRemoveOverlay
—
Removes an overlay.
LIBRARY¶
OpenGLUT - overlays
SYNOPSIS¶
#include
<openglut.h>
void
glutRemoveOverlay
(void);
DESCRIPTION¶
Removes the overlay associated with the
current window
.
CAVEATS¶
Unimplemented.
SEE ALSO¶
glutEstablishOverlay(3) glutUseLayer(3) glutPostOverlayRedisplay(3) glutPostWindowOverlayRedisplay(3) glutShowOverlay(3) glutHideOverlay(3)